encoding/json.reflectWithString.ks (field)
8 uses
encoding/json (current package)
encode.go#L806: sort.Slice(sv, func(i, j int) bool { return sv[i].ks < sv[j].ks })
encode.go#L812: e.string(kv.ks, opts.escapeHTML)
encode.go#L1003: ks string
encode.go#L1008: w.ks = w.k.String()
encode.go#L1016: w.ks = string(buf)
encode.go#L1021: w.ks = strconv.FormatInt(w.k.Int(), 10)
encode.go#L1024: w.ks = strconv.FormatUint(w.k.Uint(), 10)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)